home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Essentials of Interactive Physiology
/
Essentials of Interactive Physiology.iso
/
pc
/
files
/
evaluation
/
evaluation.dcr
/
00011.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-04-02
|
300 b
|
9 lines
on renameMembers xsOldname, xsNewName
repeat with i = 351 to 379
a = member(i, "quizArt").name
vsNewName = SearchAndReplaceFirstOccurrance(a, ".down", EMPTY)
vsNewName = SearchAndReplaceFirstOccurrance(vsNewName, "_", "Label")
member(i, "quizArt").name = vsNewName
end repeat
end